
/* end */



.news-con .right .media{
    display: block;
    color: #808080;
    line-height: 25px;
    margin-top: 30px;

}
.news-con .right .media  img{
    transition:  all .4s ease;
}
.news-con .right.pro-scale .media:hover img{
transform: scale(1.2);
}
.news-con .right .media:hover h2,
.news-con .right .media:hover i{
    color: #d61314;
}

.zx-con.pro-list-con .right .media i,
.news-con .right .media:hover i{
    color: #d61314;
    background: url("../images/icon-arrow-hover.png") no-repeat left center;
} 

.news-con .right .media:first-child{
    margin-top: 0;
}

.news-con .right .media h2{
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;

}

.news-con .right .media p{
    font-size: 16px;
    height: 50px;
    overflow: hidden;
}
.news-con .right .media i{
    font-size: 12px;
    background: url("../images/icon-arrow.png") no-repeat left center;
    padding-left: 40px;
    margin-top: 10px;
    display: block;
}


.news-con .right .media .media-body{
    padding-left: 40px;
}

.news-con .right .media .media-left{
    overflow: hidden;padding-right: 0;
}

/* 产品 */
.news-con.pro-list-con .right .media h2{
    font-size: 24px;
    line-height: 30px;/* height: 60px; */
    overflow: hidden;display: -webkit-box; text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.panel-group .panel,
.panel-title
{
    transition: all .2s ease;
}

.panel-group .panel{
    border: 0;
    background-color: #e60412;
}
.left-nav-pro .panel-group .panel+.panel{
    margin-top: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}
.left-nav-pro .panel-default>.panel-heading{
    background-color: #fafafa;
    padding: 0;
    text-align: center;

}
.panel-group{
    margin-bottom: 0;
}
.panel-title{
    padding: 30px 0;
}


.left-nav-pro a{
    display: block;
}
.left-nav-pro .panel-default>.panel-heading:hover {
    background-color: #e60412;
    color: #fff;

}
.left-nav-pro .panel-default>.panel-heading:hover  h2{
    font-weight: bold;

}
.collapse.in{
    background-color: #e60412;
}
.panel-heading a h2{
    font-size: 18px;
}
.panel-heading a p{
    display: none;
    transition: all .4s ease;
    
}


/*
.panel-body a{
    color: rgba(255, 255, 255, .5);
    text-align: center;
    line-height: 40px;
    font-size: 14px;
     transition: all .3s ease; 
    position: relative;

}
*/


.panel-body a{
    color: rgba(255, 255, 255);
    text-align: center;
    line-height: 41px;
    font-size: 17px;
    /* transition: all .3s ease; */
    position: relative;

}
.left-nav-pro a:hover,
.left-nav-pro a:focus
{
    text-decoration: none;
}
.panel-body{
    padding: 15px 0;
}
.panel-body a:hover{
    color: #fff;
    /* font-size: 18px; */
    position: relative;
}
.panel-body a.cur{
    color: #fff;
    font-size: 18px;
    position: relative;
    background: url("../images/icon-arrow-right.png") no-repeat 90% center;
}
.collapse.in a.cur:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background:url(../images/cpbgline.png) no-repeat center left;
    position: absolute;
    left: 0;
}
.panel-group .panel.active .panel-heading{
    background:#e60412;
    border-color: rgba(255, 255, 255, .2);

    transition: all .5s ease-in-out;
}
.panel-group .panel.active .panel-heading a p{
    display: block;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}
.panel-group .panel.active .panel-heading a h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
/* 分页 */
.pagination{
    text-align: left;
    width: 100%;
    margin: 90px 0;
  }
  .pagination>li>a, .pagination>li>span{
    margin: 0 5px;
    color: #808080;
    padding: 8px 14px;
    display: inline-block;
    float: none;
  
  }
  .pagination>li>a.cur,
  .pagination>li>a:hover,
  .pagination>li>span:hover,
  .pagination>li>a:focus,
  .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #d61314;
    border-color: #d61314;
  }

  .pagination>li>a{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0;
    vertical-align: middle;
}
.pagination>li>a span{
    font-size: 24px;
    line-height: 34px;
}





/* 产品 */
.pro-list-con .media{
    border: 1px solid #e6e6e6;
    padding: 30px;
    transition: all .3s ease;;

}
.pro-list-con .media h2{
    font-size: 24px;
    font-weight: bold;

}
.pro-list-con .media:hover{
    border-color: transparent;
    box-shadow: 0 0 10px #ccc;
}


.pro-list-con .right .media i {
    margin-top: 40px;
}

/* 产品详情 */
.detail-top .media {
    padding: 50px;
}
.detail-top .media-left img{
    width: 325px;
    height: 263px;

}
.detail-top .media-body{
    padding: 20px 50px 20px 60px!important;
}

.detail-top .btn-zx{
    font-size: 14px;
    border: 1px solid #e7271e;
    color: #e7271e;
    border-radius: 50px;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding-left: 22px;
    background: url("../images/icon-zx2.jpg") no-repeat 86px center;
    background-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.detail-top .btn-zx:hover{
    color: #fff;
    background: url("../images/icon-zx111.png") no-repeat 86px center #e7271e;
    background-size: 18px;
    
}
.news-con  .right .detail-top .media p{
    height: 120px;
}

/* 技术 */
.news-con.technical-con .media .media-body{
    padding-left: 0;
    padding-right: 20px;
}
.news-con.technical-con .media h2{
    font-weight: normal;
}
.news-con.technical-con .right .media i{
    background: none!important;
    padding-left: 0;
    margin-top: 20px;
}


/* 资讯中心 */
.zx-con.news-con .media h2{
    font-size: 24px;
    margin-bottom: 20px;
}

.zx-con.pro-list-con .right .media i {
    margin-top: 30px;
}

.zx-con.pro-list-con .right .media .date{
    font-size: 30px;
    font-family: "arial";
    color: #4d4d4d;
    margin-bottom: 20px;
}
.zx-con.pro-list-con .right .media .date em{
    font-size: 16px;
    color: #808080;
    margin-left: 28px;
    vertical-align: middle;
}
.zx-con.news-con .right .media .media-body {
    padding: 5px 10px 0;
}


/* 活动 */
.activity-con .tab-content .col-md-6 a{
    display: block;
    margin-top: 60px;
}
.activity-con .tab-content .col-md-6:first-child a,
.activity-con .tab-content .col-md-6:nth-child(2) a{
    margin-top: 0;
}
.activity-con .tab-content a .img-wrap{
    height: 260px;
    position: relative;
    background-color: #f0f0f0;
}
.activity-con .tab-content a img{
    max-width: 100%;
}

.activity-con .tab-content a .date{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 15px 0 15px 44px;
    background: url("../images/icon-date.png") no-repeat 16px center rgba(0, 0, 0, .5);
}

.activity-con .tab-content a h2{
    color: #333;
    font-size: 18px;
    margin: 20px 0;
}
.activity-con .tab-content a p{
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
.activity-con .tab-content .col-md-6 a i{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fafafa;
    color: #333;
    margin-top: 30px;
    transition: all .3s ease;
}

.activity-con .tab-content .col-md-6 a i:hover{
    background-color: #d61314;
    color: #fff;
}

.activity-con .tab-content a:hover h2{
    color: #d61314;
}


/* 活动详情 */
.detail-wrap{
    padding-bottom: 100px;
}
.detail-wrap h1{
    font-size: 30px;

}
.detail-wrap p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.detail-wrap .date{
    background: url("../images/icon-date2.png") no-repeat 16px center #fafafa;
    line-height: 54px;
    margin: 30px 0;
    padding-left: 45px;
    color: #999;
}

.detail-bottom{
    padding-bottom: 160px;

}
#content1,
#content2,
#content3{
    padding-left: 40px;
}

.detail-bottom .nav{
    background-color: #fafafa;
    font-size: 18px;
    margin-top: 10px;
}
.detail-bottom .nav a{
    color: #333;
    padding: 0 40px;
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;


}
.detail-bottom .nav a.cur:after{
    content: "";
    display: block;
    width: 72px;
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #e7271e;
}
.detail-bottom h3{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;

}
.detail-bottom p{
    color: #666666;
    line-height: 26px;
    text-indent: 30px;
}
.fyzxly{width: 600px;margin-left: 80px;padding-bottom: 100px}
.fyzxly li{margin-bottom: 20px;position: relative;line-height: 28px}
.fyzxly li span{position: absolute;top: 0;left: 0;line-height: 28px;}
.fyzxlydiv{width: 48%;position: relative}
.fylyinpt{margin-left: 80px;border: 1px solid #eee;background: none;outline: none;line-height: 28px\9;height: 28px;padding: 0 15px;width: 518px}
.fyzxlydiv .fylyinpt{width: 206px}
.fyzxlydiv label{margin-left:80px;margin-bottom: 0;vertical-align: top;    margin-right: -60px;}
.fyzxlydiv label input{vertical-align: middle;margin-right: 8px;margin-top: 0}
.fylytex{margin-left: 80px;border: 1px solid #eee;background: none;outline: none;line-height: 26px;height: 100px;padding: 10px 15px;width: 518px}
.fylybtn{border: 0;background: #e60412;outline: none;line-height: 35px;height: 35px;padding:0;width: 130px;color: #fff;cursor: pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin: 0 auto;display: block}
.fyzpbt{color: #333333;font-size: 18px;margin-bottom: 30px;padding-left: 20px;position: relative}
.fyzpbt:after{content: "";position: absolute;top:13px;left: 0;width: 6px;height: 1px;background: #333333}
.fyzxnsxq{margin: 0 0 100px 20px;line-height: 24px;color: #808080}
.fyzlxz li{margin-bottom: 20px;transition:all 0.8s ease;-webkit-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-ms-transition:all 0.8s ease;}
.fyzlxz li a{display: block;padding: 25px;border: 1px solid #f5f5f5}
.fyzlxz li p{font-size: 18px;color: #333;margin-bottom: 10px;position: relative;padding-left: 20px}
.fyzlxz li p:after{content: "";position: absolute;top:13px;left: 0;width: 6px;height: 1px;background: #333333}
.fyzlxz li span{font-size: 14px;color: #808080;text-align: right;display: block;padding-right: 100px}
.fyzlxz li:hover{box-shadow: 0 0 10px #ccc;}





